@duiz Here is my idea for fixing your resolution problem.
Firstly, try this.
Change this:
#disable_overscan=1
To this:
disable_overscan=1
Reset and see if that fixes it.
If that doesn't work change this :
#framebuffer_width=1280
#framebuffer_height=720
To this :
framebuffer_width=1920
framebuffer_height=1080
Make sure to remove the # before those lines.
If it doesn't work be sure to put it back the way it was.
Hopefully one of those ideas helps.